home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / simage / fullscr.dfm / fullscr.txt
Text File  |  1995-12-22  |  588b  |  30 lines

  1. object FullSlide: TFullSlide
  2.   Left = 44
  3.   Top = 107
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'FullSlide'
  9.   ClientHeight = 433
  10.   ClientWidth = 624
  11.   Color = clBlack
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   PixelsPerInch = 96
  18.   Position = poScreenCenter
  19.   OnClick = ImageClick
  20.   OnCreate = FormCreate
  21.   TextHeight = 16
  22.   object Image: TSimage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 632
  26.     Height = 461
  27.     OnClick = ImageClick
  28.   end
  29. end
  30.